Int16forBPs > Int16forBPsBPLibrary > In Range (Int 16)

In Range (Int 16)

Returns true if value is between Min and Max (V >= Min && V <= Max).
If InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger
If InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller

Inputs

Valu
Integer 16 Structure

Min
Integer 16 Structure

Max
Integer 16 Structure

Inclusive Min
Boolean

Inclusive Max
Boolean

Outputs

Out
Boolean